home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00053_goTo,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  146 b   |  10 lines

  1. on mouseDown
  2.   global packagenum
  3.   if button() then
  4.     if packagenum = 0 then
  5.       exit
  6.     end if
  7.     go(1, "MOVIE" & packagenum)
  8.   end if
  9. end
  10.